home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
com!online 2002 January
/
com! 2002.01.iso
/
autohtml
/
selfhtml
/
html
/
multimedia
/
anzeige
/
nibbles.swf
/
scripts
/
frame_55
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-27
|
308 b
|
10 lines
n = "2";
while(n < "44")
{
n += "1";
duplicateMovieClip("bgbox","bgbox" add n,n + "200" + 16384);
setProperty("bgbox" add n, _X, (n + "2") * boxw + temp2);
setProperty("bgbox" add n, _Y, (int(n / "3") + "11") * boxh);
set("x" add (n + "2") add "y" add (int(n / "3") + "11"),temp1);
}